projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad37b07
)
dos-w32.el (file-name-buffer-file-type-alist): Force tags files to be
author
Andrew Innes
<andrewi@gnu.org>
Sun, 12 Jul 1998 15:20:27 +0000
(15:20 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Sun, 12 Jul 1998 15:20:27 +0000
(15:20 +0000)
read as raw-text-dos (to handle files in DOS format).
lisp/dos-w32.el
patch
|
blob
|
history
diff --git
a/lisp/dos-w32.el
b/lisp/dos-w32.el
index b945dca075fcfb8bbead9775ef5e6f2ee2de8cc3..351f5bf37896809ce5af2b2a1567a41f177f2871 100644
(file)
--- a/
lisp/dos-w32.el
+++ b/
lisp/dos-w32.el
@@
-59,7
+59,7
@@
; Unix stuff
("\\.tp[ulpw]$" . t)
; Borland Pascal stuff
- ("[:/]tags$" .
t
)
+ ("[:/]tags$" .
nil
)
; Emacs TAGS file
)
"*Alist for distinguishing text files from binary files.